
config 'switch_lan' 'LAN_Port_1'
	option 'uciid' '1'
	option 'intf' 'lan'
	option 'port' '3'
	option 'status' 'enable'
	option 'duplex' 'full'
	option 'speed' 'auto'
	option 'flow_control' 'disable'

config 'switch_lan' 'LAN_Port_2'
	option 'uciid' '2'
	option 'intf' 'lan'
	option 'port' '4'
	option 'status' 'enable'
	option 'duplex' 'full'
	option 'speed' 'auto'
	option 'flow_control' 'disable'

config 'switch_lan' 'LAN_SFP'
	option 'uciid' '3'
	option 'intf' 'lan'
	option 'port' '5'
	option 'status' 'enable'
	option 'duplex' 'full'
	option 'flow_control' 'disable'
	option 'speed' 'auto'

